home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / em7sui_1 / em7sui~1.exe / DB401K.MD_ / DB401K.MD / Fund.json < prev    next >
JavaScript Object Notation  |  1998-12-14  |  904b

  1. {
  2.     "schema": {
  3.         "FundName": "Text (30) NOT NULL",
  4.         "TradingSymbol": "Text (5) NOT NULL",
  5.         "FundType": "Text (10)",
  6.         "InceptionDate": "DateTime NOT NULL",
  7.         "FundID": "Long Integer NOT NULL",
  8.         "ShortFundName": "Text (15)",
  9.         "URL": "Text (50)"
  10.     },
  11.     "data": [
  12.         {
  13.             "FundName": "Index Fund",
  14.             "TradingSymbol": "XIF",
  15.             "FundType": "EQUITY",
  16.             "InceptionDate": "01/01/80 00:00:00",
  17.             "FundID": 111,
  18.             "ShortFundName": "Index",
  19.             "URL": "funddesc.htm"
  20.         },
  21.         {
  22.             "FundName": "Equity Income Fund",
  23.             "TradingSymbol": "XIEF",
  24.             "FundType": "EQUITY",
  25.             "InceptionDate": "03/05/83 00:00:00",
  26.             "FundID": 222,
  27.             "ShortFundName": "Equity Income",
  28.             "URL": "funddesc.htm"
  29.         },
  30.         {
  31.             "FundName": "International Fund",
  32.             "TradingSymbol": "XIF",
  33.             "FundType": "EQUITY",
  34.             "InceptionDate": "03/02/75 00:00:00",
  35.             "FundID": 333,
  36.             "ShortFundName": "International",
  37.             "URL": "funddesc.htm"
  38.         },
  39.         {
  40.             "FundName": "Bond Fund",
  41.             "TradingSymbol": "XBF",
  42.             "FundType": "BOND",
  43.             "InceptionDate": "01/03/93 00:00:00",
  44.             "FundID": 444,
  45.             "ShortFundName": "Bond",
  46.             "URL": "funddesc.htm"
  47.         }
  48.     ]
  49. }